home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / Headers ƒ / OS Subs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-19  |  286 b   |  26 lines  |  [TEXT/SPM ]

  1. /*
  2.     OS Subs.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_OS_Subs__
  9. #define __H_OS_Subs__
  10.  
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14.  
  15. short NumToolboxTraps(void);
  16. TrapType GetTrapType(short theTrap);
  17. Boolean OurTrapAvailable(short theTrap);
  18.  
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22.  
  23. #endif /* __H_OS_Subs__  */
  24.  
  25.  
  26.